home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / Libraries / VideoToolbox 95.04.18 / Demos / testAssign1 < prev    next >
Text File  |  1993-09-02  |  220b  |  14 lines

  1.     /* first block */
  2.     viewingDistance=57.1;
  3.     trials=40;
  4.     message="Monitor calibrated November 21, 1993 by Katie Burns";
  5.     a=3;
  6.     
  7.     // second block
  8.     logC=-1.0;
  9.     a[0]=1;
  10.     
  11.     // third block
  12.     logC=-2; 
  13.     a[1][1]=1.1;a[0][0]=-INF;
  14.